home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / www / htmlchecker.lha / htmlchecker.doc (.png) < prev    next >
ANSI Art File  |  1997-04-23  |  4KB  |  640x1488  |  4-bit (3 colors)
Labels: text | screenshot | font | black and white
OCR: HTML SYNTAX CHECKER 1.01 What is it? A tool any Web-site designer should use...It checks for wrong <>, Detects missing ",warns on international characters not understood by all browsers and checks entities like &copy;,detects obsolete commands like <!>, finds nested html-tags (<I><U>BLA</I></U>), knows about server-side scripting <% %> and and and.... I discovered that more than 45% of all Webpages have at least one error in it. To keep at least the amiga-sites bugfree, this program was written. You will be suprised, how many errors the syntax checker will find in your own HTML-Code you could swear is bugfree! Usage: htmlchecker FILE/A, NOSTOP/S, SILENT/S,LI/S,P/S, TH/S, TD/S FILE: The filename of the hmtl-text to check NOSTOP: Don't stop after 5 errors. SILENT: Don't OutPut any information, just pass Returncode 15 on error. LI: P: TH: Force <LI>Bla</LI> instead of <LI>Bla Force <P>Bla</P> instead of <P>Bla Force <TH>Bla</TH> instead of <TH>Bla Force <TD>Bla</TD> instead of <TD>Bla TD: Note on LI,P, TH, TD: You normally dont need to close those tags, but if you are one of those persons, who want to do 100% SGML-conform homepages (by closing those tags) you need to tell it to html-checker. Note 2:Anything between <% %> and <!-- --> will be TOTALLY IGNORED! So if you forgot to close them or you closed them improperly you normally result in "EoF: Not all Tags closed". The ErrorMessages: "Tag too Long/not closed" Happens it you forgot the left ">" of a tag,or if y ou forgot to use "&lt;" instead of "<". "Non-standard ASCII" ASCII-Char not in range 32-127. Those chars need to be described as "&#238;" "Raw Quote" If you used "&" instead of &quot; in the normal tex t "Standalone closing bracket" Happens if you accidently closed a tag to early, or forgot to use "&lt;" instead of ">", "Bracket opening twice" Like "Standalone closing bracket", but with "<". "Wrong quoted Tagualue" If you did something like this <IMG SRC=BLA"> "Illegal Space on Tagvalueassign" If you did <IMG SRC = "Bla"> instead of <IMG SRC="BLA"> "Obsolete Comment-introducer" Comments are done <!-- --> instead of <! > "Illegal spaces after opening-tag" If you did <BR> instead of <BR> "Raw Ampersand/Wrong Char-entity" blabla" If you did "&uuml blabla" instead of "&uuml; or if you forgot to use "&amp;" instead of " See "Obsolete Comment-introducer" &" in normal text. "Wrong introduced comment" "EoF:Not all Tags closed!" TLE>, You somewhere forgot to do a closing tag </XX>, mostly happens with </BODY>,</HTML>, </HEAD> or </TI or on this situation: <B>Bla... [EOF] (Missing </B>) "Standalone Closing Tag" ice, Happens if you supplied a closing tag like </XX> tw or you deleted it's opening brother somewhere. "Found xxx instead of xxx" la</I></U> Happens if you have nested Tags like <I><U>B (<U> must be closed first!) or if you suppli tag like in <U>Bla</I>. ed a wrong closing- Note: This program was once part of WebCPP, a powerful HTML-authoring environment. It has now been integrated into webcpp. The WebCPP- version is even capable of recognizing wrong written commands or entities like <TITL> (instead of <TITLE>) or &glt; (&gt;) check if there's a HREF= allowed in <FRAME...> and more. Visit the webcpp-site at: "http://www.fh-karlsruhe.de/fema0012/webcpp.htm"! ....http://home.pages.de/"MNT....